Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tabeth authored Jun 8, 2022
1 parent db46921 commit c1fffe1
Showing 1 changed file with 37 additions and 27 deletions.
64 changes: 37 additions & 27 deletions i3/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Gnome stuff
exec --no-startup-id gnome-flashback


# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
Expand Down Expand Up @@ -55,19 +59,17 @@ bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right

# move workspaces
bindsym $mod+Shift+Left move workspace to output left
bindsym $mod+Shift+Down move workspace to output down
bindsym $mod+Shift+Up move workspace to output up
bindsym $mod+Shift+Right move workspace to output right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+m split h
bindsym $mod+bar split h

# split in vertical orientation
bindsym $mod+n split v
bindsym $mod+minus split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
Expand All @@ -90,28 +92,32 @@ bindsym $mod+a focus parent
#bindsym $mod+d focus child

# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
bindsym $mod+1 workspace number 1: communication
bindsym $mod+2 workspace number 2: music
bindsym $mod+3 workspace number 3: todos
bindsym $mod+4 workspace number 4
bindsym $mod+5 workspace number 5
bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10

# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10

# Brightness controls
bindsym XF86MonBrightnessUp exec brightnessctl -d "intel_backlight" set +5%
bindsym XF86MonBrightnessDown exec brightnessctl -d "intel_backlight" set 5%-

# reload the configuration file
bindsym $mod+Shift+c reload
Expand Down Expand Up @@ -151,3 +157,7 @@ bindsym $mod+r mode "resize"
bar {
status_command i3status
}

exec --no-startup-id gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "[{'Gdk/WindowScalingFactor', <2>}]"
exec --no-startup-id gsettings set org.gnome.desktop.interface scaling-factor 2
exec --no-startup-id gsettings set org.gnome.desktop.interface cursor-size 48

0 comments on commit c1fffe1

Please sign in to comment.