Some changes
This commit is contained in:
parent
eccc7998fe
commit
32ecead6d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
||||
!/i3*
|
||||
!/rofi
|
||||
!/mc
|
||||
/mc/hotlist
|
||||
/mc/hotlist.bak
|
||||
|
@ -218,7 +218,7 @@ bar {
|
||||
|
||||
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
|
||||
mode "$mode_system" {
|
||||
bindsym l exec --no-startup-id i3exit lock, mode "default"
|
||||
bindsym l exec --no-startup-id i3lock, mode "default"
|
||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
||||
bindsym s exec --no-startup-id i3exit shutdown, mode "default"
|
||||
@ -259,6 +259,7 @@ bindsym $mod+Ctrl+Left move workspace to output right
|
||||
bindsym $mod+c exec rofi_calc
|
||||
bindsym $mod+p exec xwacomcalibrate
|
||||
bindsym $mod+t exec thunar
|
||||
bindsym $mod+m exec xfce4-terminal -x mc
|
||||
bindsym $mod+Shift+c exec jupyter-calculator
|
||||
workspace_auto_back_and_forth yes
|
||||
|
||||
@ -294,7 +295,7 @@ exec --no-startup-id "i3-msg 'workspace 9: Chat; append_layout ~/.config/i3/work
|
||||
exec firefox
|
||||
exec thunderbird
|
||||
exec chat.rocket.RocketChat no_focus
|
||||
exec im.riot.Riot no_focus
|
||||
exec element-desktop no_focus
|
||||
exec telegram-desktop no_focus
|
||||
|
||||
exec --no-startup-id nm-applet
|
||||
|
2
mc/ini
2
mc/ini
@ -96,7 +96,7 @@ menubar_visible=true
|
||||
free_space=true
|
||||
horizontal_split=false
|
||||
vertical_equal=true
|
||||
left_panel_size=33
|
||||
left_panel_size=47
|
||||
horizontal_equal=true
|
||||
top_panel_size=16
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user