various xfce-related updates
This commit is contained in:
parent
42e47f9227
commit
017eab1a02
3 changed files with 23 additions and 3 deletions
10
.i3/config
10
.i3/config
|
|
@ -38,13 +38,15 @@ client.urgent #2f343a #900000 #ffffff #900000
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
gaps inner 10
|
#gaps inner 10
|
||||||
|
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Shift+Return exec run_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
|
# kill focused window
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
|
@ -221,5 +223,7 @@ bindsym $mod+Shift+Control+r mode "goremote"
|
||||||
#position top
|
#position top
|
||||||
#tray_output primary
|
#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 polybar HDMI1
|
||||||
|
exec --no-startup-id nitrogen --restore
|
||||||
|
exec --no-startup-id picom -b --config ~/.compton.conf
|
||||||
|
|
|
||||||
15
.local/share/applications/com.spotify.Client.desktop
Executable file
15
.local/share/applications/com.spotify.Client.desktop
Executable file
|
|
@ -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
|
||||||
1
.zshrc
1
.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/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
|
[ -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'
|
export FZF_DEFAULT_COMMAND='rg --files --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue