change keys
This commit is contained in:
parent
3b974d4e1d
commit
820f3d84a6
1 changed files with 4 additions and 4 deletions
|
@ -82,6 +82,9 @@ bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 150 -markup -opacity "85" -bw 0 -bc "#2f343f" -bg "#2f343f" -fg "#f3f4f5" -hlbg "#2f343f" -hlfg "#9575cd" -font "Droid Sans 18" -theme Arc-Dark
|
bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 150 -markup -opacity "85" -bw 0 -bc "#2f343f" -bg "#2f343f" -fg "#f3f4f5" -hlbg "#2f343f" -hlfg "#9575cd" -font "Droid Sans 18" -theme Arc-Dark
|
||||||
#bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 800 -opacity "85" -bw 0 -bc "$bg-color" -bg "$bg-color" -fg "$text-color" -hlbg "$bg-color" -hlfg "#9575cd" -font "System San Francisco Display 18"
|
#bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 800 -opacity "85" -bw 0 -bc "$bg-color" -bg "$bg-color" -fg "$text-color" -hlbg "$bg-color" -hlfg "#9575cd" -font "System San Francisco Display 18"
|
||||||
|
|
||||||
|
bindsym $mod+shift+d exec clipmenu
|
||||||
|
bindsym $mod+y exec passdmenu -P -x clipboard
|
||||||
|
|
||||||
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -i -dmenu -font "snap 12" -bg "#222222" -fg "#888888" -hlbg "#285577" -hlfg "#ffffff" -opacity 90 -m 0 -location 2'
|
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -i -dmenu -font "snap 12" -bg "#222222" -fg "#888888" -hlbg "#285577" -hlfg "#ffffff" -opacity 90 -m 0 -location 2'
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
|
@ -89,7 +92,7 @@ bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 150 -marku
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop
|
#bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
@ -297,9 +300,6 @@ bindsym $mod+t exec pcmanfm
|
||||||
bindsym $mod+shift+t exec thunderbird
|
bindsym $mod+shift+t exec thunderbird
|
||||||
bindsym $mod+n exec wezterm start nmtui
|
bindsym $mod+n exec wezterm start nmtui
|
||||||
|
|
||||||
bindsym $mod+y exec clipmenu
|
|
||||||
bindsym $mod+shift+y exec passdmenu -P -x clipboard
|
|
||||||
|
|
||||||
#bindsym $mod+o exec termite -e /usr/bin/alsamixer
|
#bindsym $mod+o exec termite -e /usr/bin/alsamixer
|
||||||
#bindsym $mod+y exec wezterm start ncmpcpp
|
#bindsym $mod+y exec wezterm start ncmpcpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue