Commit b70a46ed authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Cleanup of many unneeded lines.

parent 1ae4f153
......@@ -68,30 +68,18 @@ exec --no-startup-id xautolock -time 10 -locker blurlock
exec --no-startup-id xfce4-power-manager
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
#exec --no-startup-id blueman-applet
#exec --no-startup-id manjaro-hello
#exec --no-startup-id pamac-tray
#exec --no-startup-id start_conky_green
#exec --no-startup-id start_conky_maia
#exec_always --no-startup-id sbxkb
# kill focused window
bindsym $mod+Shift+q kill
# start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod_next+d exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show drun"
bindsym $mod_next+Return exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show drun"
bindsym $mod_next+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show window"
# launch categorized menu
#bindsym $mod+c exec --no-startup-id morc_menu
# launch i3-layout-Manager (and binding several layouts) - EXPERIMENTAL
#bindsym $mod+c exec --no-startup-id i3-layout-manager
#bindsym $mod+Shift+w exec --no-startup-id "i3-layout-manager ALL-TABBED"
#bindsym $mod+Shift+a exec --no-startup-id "i3-layout-manager SPLIT-TWO-TABBED"
#bindsym $mod+Shift+s exec --no-startup-id "i3-layout-manager SPLIT-FOUR-TABBED"
################################################################################################
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
################################################################################################
......@@ -295,22 +283,6 @@ for_window [title="About Pale Moon"] floating enable
for_window [title="alsamixer"] floating enable border pixel 1
for_window [title="File Transfer*"] floating enable
for_window [title="MuseScore: Play Panel"] floating enable
#for_window [class="(?i)virtualbox"] floating enable border normal
#for_window [class="GParted"] floating enable border normal
#for_window [class="Nitrogen"] floating enable sticky enable border normal
#for_window [class="Oblogout"] fullscreen enable
#for_window [class="Pamac-manager"] floating enable border normal
#for_window [class="Pavucontrol"] floating enable
#for_window [class="Skype"] floating enable border normal
#for_window [title="Color Picker"] floating enable border none
## setting up dropdown terminal (using tilix)
## NOTE: you'll need to disable CSD and set 'Application title' to '${activeTerminalTitle}' (appearance options)
#for_window [title="dropdown-terminal"] sticky enable border none
#for_window [title="dropdown-terminal"] move scratchpad
#exec --no-startup-id tilix -t dropdown-terminal
#bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
#bindsym $mod+$mod_next+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
# Application shortcuts
bindsym $mod+Return exec tilix
......@@ -412,37 +384,6 @@ bindsym $mod+$mod_next+Shift+o resize set width 99 ppt
bindsym $mod+$mod_next+n floating enable;sticky enable;move position 1300px 708px resize set 612 343;border none
bindsym $mod+$mod_next+m floating enable;sticky enable;resize set 791 70;border none
# Color palette used for the terminal ( ~/.Xresources file )
# Colors are gathered based on the documentation:
# https://i3wm.org/docs/userguide.html#xresources
# Change the variable name at the place you want to match the color
# of your terminal like this:
# [example]
# If you want your bar to have the same background color as your
# terminal background change the line 362 from:
# background #14191D
# to:
# background $term_background
# Same logic applied to everything else.
set_from_resource $term_background background
set_from_resource $term_foreground foreground
set_from_resource $term_color0 color0
set_from_resource $term_color1 color1
set_from_resource $term_color2 color2
set_from_resource $term_color3 color3
set_from_resource $term_color4 color4
set_from_resource $term_color5 color5
set_from_resource $term_color6 color6
set_from_resource $term_color7 color7
set_from_resource $term_color8 color8
set_from_resource $term_color9 color9
set_from_resource $term_color10 color10
set_from_resource $term_color11 color11
set_from_resource $term_color12 color12
set_from_resource $term_color13 color13
set_from_resource $term_color14 color14
set_from_resource $term_color15 color15
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
i3bar_command i3bar
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment