Changing used applications
This commit is contained in:
15
i3config
15
i3config
@@ -13,7 +13,6 @@ set $ws8 8:æ
|
|||||||
# DEFAULT STARTUP --------------------------------------
|
# DEFAULT STARTUP --------------------------------------
|
||||||
exec setxkbmap -option caps:swapescape
|
exec setxkbmap -option caps:swapescape
|
||||||
exec --no-startup-id volctl
|
exec --no-startup-id volctl
|
||||||
exec --no-startup-id xfce4-volumed-pulse
|
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
# exec --no-startup-id manjaro-hello
|
# exec --no-startup-id manjaro-hello
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
@@ -70,12 +69,12 @@ bindsym $mod+Return exec kitty
|
|||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
# start program launcher
|
# start program launcher
|
||||||
bindsym $mod+d exec --no-startup-id dmenu_recency -nb '#1A1B2F' -sf '#FF79C6' -sb '#1A1B2F' -nf '#c792EA'
|
bindsym $mod+d exec --no-startup-id dmenu_run -nb '#1A1B2F' -sf '#FF79C6' -sb '#1A1B2F' -nf '#c792EA'
|
||||||
|
|
||||||
bindsym $mod+Ctrl+m exec pavucontrol
|
bindsym $mod+Ctrl+m exec pavucontrol
|
||||||
|
|
||||||
# Start Applications
|
# Start Applications
|
||||||
bindsym $mod+F2 exec firefox
|
bindsym $mod+F2 exec waterfox
|
||||||
# bindsym $mod+F3 exec pcmanfm
|
# bindsym $mod+F3 exec pcmanfm
|
||||||
bindsym $mod+F3 exec kitty -e ranger
|
bindsym $mod+F3 exec kitty -e ranger
|
||||||
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
||||||
@@ -281,10 +280,12 @@ mode "$mode_gaps_outer" {
|
|||||||
bindsym $mod+9 exec --no-startup-id blurlock
|
bindsym $mod+9 exec --no-startup-id blurlock
|
||||||
# APPLICATION WORKSPACES ----------------------------------------------------
|
# APPLICATION WORKSPACES ----------------------------------------------------
|
||||||
assign [class="Surfshark"] $ws8
|
assign [class="Surfshark"] $ws8
|
||||||
assign [class="firefox"] $ws1
|
# assign [class="waterfox"] $ws1
|
||||||
assign [class="Pale moon"] $ws2
|
# assign [class="zed"] $ws1
|
||||||
assign [class="Pcmanfm"] $ws3
|
# assign [class="gimp"] $ws2
|
||||||
assign [class="Skype"] $ws5
|
# assign [class="Pale moon"] $ws2
|
||||||
|
# assign [class="Pcmanfm"] $ws3
|
||||||
|
# assign [class="Skype"] $ws5
|
||||||
|
|
||||||
# APPLICATION WINDOW MODES --------------------------------------------------
|
# APPLICATION WINDOW MODES --------------------------------------------------
|
||||||
for_window [title="alsamixer"] floating enable border pixel 1
|
for_window [title="alsamixer"] floating enable border pixel 1
|
||||||
|
|||||||
Reference in New Issue
Block a user