update
This commit is contained in:
parent
059deee3e1
commit
1a93244c1a
2 changed files with 17 additions and 13 deletions
|
|
@ -11,6 +11,8 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
set $term kitty
|
||||
set $files cosmic-files
|
||||
set $browser flatpak run io.gitlab.librewolf-community
|
||||
set $menu wofi
|
||||
|
||||
include /etc/sway/config-vars.d/*
|
||||
|
|
@ -60,6 +62,12 @@ bindsym $mod+Shift+i exec /opt/goland/bin/goland.sh
|
|||
# Start a terminal
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
# File Browser
|
||||
bindsym $mod+Shift+t exec $files
|
||||
|
||||
# Browser
|
||||
bindsym $mod+Shift+f exec $browser
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
|
@ -194,11 +202,6 @@ bindsym XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; pkill -R
|
|||
bindsym XF86MonBrightnessDown exec brightnessctl s 10%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl s +10%
|
||||
|
||||
# File Browser
|
||||
bindsym $mod+Shift+t exec cosmic-files
|
||||
|
||||
# File Browser
|
||||
bindsym $mod+Shift+f exec flatpak run io.gitlab.librewolf-community
|
||||
|
||||
# ScreenShot
|
||||
bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue