update
This commit is contained in:
@ -68,7 +68,7 @@ export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
export SDL_IM_MODULE=fcitx
|
||||
export GLFW_IM_MODULE=ibus
|
||||
export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
#export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
|
||||
|
||||
#wayland
|
||||
@ -78,6 +78,7 @@ export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
#export XDG_CURRENT_SESSION_TYPE=wayland
|
||||
#export GDK_BACKEND="wayland,x11"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export WLR_RENDERER=vulkan
|
||||
|
||||
|
||||
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1
|
||||
|
@ -148,8 +148,8 @@ bindsym $mod+Shift+u exec grimshot save window $HOME/Pictures/Screenshots/$(date
|
||||
|
||||
# sway config
|
||||
bindsym $mod+F1 exec em ~/.config/sway/config
|
||||
bindsym $mod+F2 exec em ~/projects/shell/dynobara/packages.txt
|
||||
bindsym $mod+F3 exec em ~/projects/shell/dynobara/instruction.org
|
||||
bindsym $mod+F2 exec em ~/.dotroot/packages.txt
|
||||
bindsym $mod+F3 exec em ~/.dotroot/instructions.org
|
||||
|
||||
# browser
|
||||
bindsym $mod+w exec $browser
|
||||
@ -177,6 +177,7 @@ bindsym $mod+e exec emacsclient -c || emacs
|
||||
#bindsym $mod+e exec $term -e neomutt
|
||||
|
||||
# start tasks in dmenu
|
||||
bindsym $mod+Control+d exec start-tasks
|
||||
bindsym $mod+Shift+x exec start-tasks
|
||||
|
||||
# bookmarks
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Torrent
|
||||
#Exec=/usr/bin/env transadd %U
|
||||
Exec=deluge-gtk %U
|
||||
Exec=/usr/bin/env transadd %U
|
||||
#Exec=deluge-gtk %U
|
||||
|
Reference in New Issue
Block a user