Add a bunch of TODOs
This commit is contained in:
parent
3acf0f3355
commit
8c7d424c87
@ -121,6 +121,7 @@ bindsym $mod+Shift+0 move container to workspace 10; workspace 10
|
|||||||
|
|
||||||
|
|
||||||
#Press $mod (super) and X to exit - check toolbar for next choices
|
#Press $mod (super) and X to exit - check toolbar for next choices
|
||||||
|
# TODO
|
||||||
bindsym $mod+x mode "$mode_system"
|
bindsym $mod+x mode "$mode_system"
|
||||||
|
|
||||||
set $mode_system System (k) lock, (l) logout, (r) reboot, (s) shutdown, (u) suspend, (h) hibernate
|
set $mode_system System (k) lock, (l) logout, (r) reboot, (s) shutdown, (u) suspend, (h) hibernate
|
||||||
@ -248,6 +249,7 @@ bindsym $mod+a focus parent
|
|||||||
################# change modes #################
|
################# change modes #################
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
|
|
||||||
|
# TODO
|
||||||
#bindsym $mod+m mode "$main"
|
#bindsym $mod+m mode "$main"
|
||||||
|
|
||||||
#set $main Social (s), Gaming (g), Crypto (c), Media (m), Resize (r), Layout (l)
|
#set $main Social (s), Gaming (g), Crypto (c), Media (m), Resize (r), Layout (l)
|
||||||
@ -379,6 +381,7 @@ mode "resize" {
|
|||||||
|
|
||||||
|
|
||||||
# launch programs in the right workspaces
|
# launch programs in the right workspaces
|
||||||
|
# TODO
|
||||||
|
|
||||||
bindsym $mod+w mode "$layout"
|
bindsym $mod+w mode "$layout"
|
||||||
|
|
||||||
@ -398,6 +401,7 @@ mode "$layout" {
|
|||||||
|
|
||||||
|
|
||||||
# change xrandr display configuration
|
# change xrandr display configuration
|
||||||
|
# TODO
|
||||||
|
|
||||||
bindsym $mod+d mode "$xrandr"
|
bindsym $mod+d mode "$xrandr"
|
||||||
|
|
||||||
@ -491,6 +495,7 @@ exec --no-startup-id flameshot &
|
|||||||
# there are some scripts that should work with i3
|
# there are some scripts that should work with i3
|
||||||
# gnome-power-manager
|
# gnome-power-manager
|
||||||
# mate-power-manager
|
# mate-power-manager
|
||||||
|
# TODO
|
||||||
exec --no-startup-id xfce4-power-manager &
|
exec --no-startup-id xfce4-power-manager &
|
||||||
|
|
||||||
# notifications
|
# notifications
|
||||||
@ -573,6 +578,7 @@ bindsym Control+Print exec --no-startup-id flameshot gui -d 2000
|
|||||||
##############################
|
##############################
|
||||||
### floating disabled ###
|
### floating disabled ###
|
||||||
##############################
|
##############################
|
||||||
|
# TODO
|
||||||
for_window [class="Bleachbit"] floating disable
|
for_window [class="Bleachbit"] floating disable
|
||||||
for_window [class="Brasero"] floating disable
|
for_window [class="Brasero"] floating disable
|
||||||
for_window [class="Gnome-disks"] floating disable
|
for_window [class="Gnome-disks"] floating disable
|
||||||
@ -702,6 +708,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id bash $HOME/scripts/dunst-back
|
|||||||
|
|
||||||
|
|
||||||
# Border control
|
# Border control
|
||||||
|
# TODO
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
|
|
||||||
bindsym $mod+u mode "$border"
|
bindsym $mod+u mode "$border"
|
||||||
@ -723,6 +730,7 @@ mode "$border" {
|
|||||||
|
|
||||||
|
|
||||||
#Popups during fullscreen mode
|
#Popups during fullscreen mode
|
||||||
|
# TODO
|
||||||
popup_during_fullscreen smart
|
popup_during_fullscreen smart
|
||||||
|
|
||||||
|
|
||||||
@ -748,6 +756,7 @@ for_window [class="^.*"] border pixel 2
|
|||||||
|
|
||||||
|
|
||||||
#if you want transparency on non-focused windows, ...
|
#if you want transparency on non-focused windows, ...
|
||||||
|
# TODO
|
||||||
exec_always --no-startup-id picom -b --config ~/.config/sway/picom.conf
|
exec_always --no-startup-id picom -b --config ~/.config/sway/picom.conf
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user