diff --git a/.i3/config b/.i3/config index ea3d808..6f94349 100644 --- a/.i3/config +++ b/.i3/config @@ -38,13 +38,15 @@ client.urgent #2f343a #900000 #ffffff #900000 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod -gaps inner 10 +#gaps inner 10 # start a terminal bindsym $mod+Shift+Return exec run_terminal -bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal +#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal +#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi +bindsym Control+space exec "rofi -combi-modi run,drun -modi combi -show combi -terminal run_terminal -fuzzy" # kill focused window bindsym $mod+Shift+c kill @@ -221,5 +223,7 @@ bindsym $mod+Shift+Control+r mode "goremote" #position top #tray_output primary #} -exec --no-startup-id xfce4-panel --disable-wm-check +#exec --no-startup-id xfce4-panel --disable-wm-check #exec polybar HDMI1 +exec --no-startup-id nitrogen --restore +exec --no-startup-id picom -b --config ~/.compton.conf diff --git a/.local/share/applications/com.spotify.Client.desktop b/.local/share/applications/com.spotify.Client.desktop new file mode 100755 index 0000000..1240b5d --- /dev/null +++ b/.local/share/applications/com.spotify.Client.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Type=Application +Name=Spotify +GenericName=Online music streaming service +Comment=Access all of your favorite music +Icon=com.spotify.Client +Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client --force-device-scale-factor=1.5 @@u %U @@ +Terminal=false +MimeType=x-scheme-handler/spotify; +Categories=Audio;Music;AudioVideo; +Keywords=Music;Player;Streaming;Online; +StartupWMClass=Spotify +X-GNOME-UsesNotifications=true +X-Flatpak-Tags=proprietary; +X-Flatpak=com.spotify.Client diff --git a/.zshrc b/.zshrc index 13f0865..3645b38 100644 --- a/.zshrc +++ b/.zshrc @@ -137,6 +137,7 @@ if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then [ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh +[ -f /usr/share/fzf/shell/key-bindings.zsh ] && source /usr/share/fzf/shell/key-bindings.zsh [ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh export FZF_DEFAULT_COMMAND='rg --files --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null'